home *** CD-ROM | disk | FTP | other *** search
- **** FLASH **** FLASH **** FLASH **** FLASH **** FLASH ****
-
- >>>>>> Modula 2 and Assembly language united at last! <<<<<<
-
- This program takes an object file and converts it directly to
- Modula-2 code statements. Remember that Modula-2 adds it's own
- RTS to the end of each procedure and main module so don't add
- your last RTS in the assembler. Also note that the only object
- code that is converted is the code in the .text section. .data
- code is completely discarded (depends on the assembler though I
- think.)
- To use: Enter the object file to convert at the first file
- selector box and the output file at the second one. Compile, and
- link the output file or edit it and include it in other source.
-
- (Developed with TDI's Modula-2 ST by Mike Lamb. [74375,1267])
-